GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-09T05:58:47.4877993+00:00",
"SubmitDate": "2026-01-09T05:58:47.4877993+00:00",
"ReportPeriodStart": "2026-01-09T05:58:47.4877993+00:00",
"ReportPeriodEnd": "2026-01-09T05:58:47.4877993+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cb12b65-f1d5-490f-8254-5519d063716d",
"Rows": [
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cb12b65-f1d5-490f-8254-5519d063716d",
"Rows": [
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"97958c88-ef28-4c2a-80c7-ee0f1ad3e582",
"ca664fc9-4146-4878-8a85-75f9a1f1079b"
],
"Approvers": [
"d0b0873d-fe7a-40bd-84da-40950f1342b9",
"e887d8e5-bea8-436d-9106-21a7a8741187"
],
"ApprovedBy": "40b3428b-93a4-4735-a1d1-3f19badf681e",
"ApprovalDate": "2026-01-09T05:58:47.4877993+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a4766319-0123-47f3-9222-53e53de2d7b6",
"id": "c28be4a1-c3ec-4437-9d29-1cca7e99bf5b",
"ConfigId": "1d121393-d500-4656-b5fc-c5146328ce16"
},
{
"GenerationDate": "2026-01-09T05:58:47.4877993+00:00",
"SubmitDate": "2026-01-09T05:58:47.4877993+00:00",
"ReportPeriodStart": "2026-01-09T05:58:47.4877993+00:00",
"ReportPeriodEnd": "2026-01-09T05:58:47.4877993+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cb12b65-f1d5-490f-8254-5519d063716d",
"Rows": [
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cb12b65-f1d5-490f-8254-5519d063716d",
"Rows": [
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e9867350-7640-47b2-b784-c64d0d6fa216",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"97958c88-ef28-4c2a-80c7-ee0f1ad3e582",
"ca664fc9-4146-4878-8a85-75f9a1f1079b"
],
"Approvers": [
"d0b0873d-fe7a-40bd-84da-40950f1342b9",
"e887d8e5-bea8-436d-9106-21a7a8741187"
],
"ApprovedBy": "40b3428b-93a4-4735-a1d1-3f19badf681e",
"ApprovalDate": "2026-01-09T05:58:47.4877993+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a4766319-0123-47f3-9222-53e53de2d7b6",
"id": "c28be4a1-c3ec-4437-9d29-1cca7e99bf5b",
"ConfigId": "1d121393-d500-4656-b5fc-c5146328ce16"
}
]